**********************************************
  DOCENTRIC AX CBD REPLICAS Version: 3.5.1.4
**********************************************

----------------------------------------------------------------------------------------------------
NOTE: The Docentric AX CBD Replicas model is compatible with the same or higher version of
      the core product models. For more information, please contact us at support@docentric.com.
----------------------------------------------------------------------------------------------------


****************************************************************************************************
    1. INSTALLATION VIA MODEL
****************************************************************************************************
Install the 'Docentric AX CBD Replicas' model with Docentric CBD Replicas by using the following model file:
-> 'Docentric AX CBD Replicas.axmodel'
-> Prerequisites: The Docentric AX, Docentric AX Extension and Docentric AX SSRS Replicas models with the same or a higher version.

====================================================================================================
 1A. INSTALLATION WITH SCRIPTS
====================================================================================================
(1) DocentricAXInstallCBDReplicasModel.cmd: Script to import/replace/delete (i.e., install/upgrade/uninstall) the 'Docentric AX CBD Replicas' model on OneBox development environments.
(2) DocentricAXBuildAndSyncTool.cmd: Script to build all installed models and synchronize the database on OneBox development environments.

====================================================================================================
 1B. MANUAL INSTALLATION
====================================================================================================
(1) Import the 'Docentric AX CBD Replicas' model using ModelUtil.exe:
cd C:\AOSService\PackagesLocalDirectory\Bin
modelutil -import -metadatastorepath="C:\AosService\PackagesLocalDirectory" -file="C:\Temp\DocentricAX\Docentric AX CBD Replicas.axmodel"

(2) Update (replace) the 'Docentric AX CBD Replicas' model using ModelUtil.exe:
cd C:\AOSService\PackagesLocalDirectory\Bin
modelutil -replace -metadatastorepath="C:\AosService\PackagesLocalDirectory" -file="C:\Temp\DocentricAX\Docentric AX CBD Replicas.axmodel"

(3) How to delete the 'Docentric AX CBD Replicas' model:
cd C:\AOSService\PackagesLocalDirectory\Bin
modelutil -delete -metadatastorepath="C:\AOSService\PackagesLocalDirectory" -modelname="Docentric AX CBD Replicas"

Next, build the model and synchronize the database.

Learn more: https://ax.docentric.com/d365-how-to-manuals/d365-installation/d365-installation-via-models/


****************************************************************************************************
    2. INSTALLATION VIA PROJECT
****************************************************************************************************
(1) Import and build the DocentricAXCBDReplicas project with Docentric CBD Replicas by using the following project file:
-> 'DocentricAXCBDReplicas.axpp'
-> Prerequisites: The Docentric AX, Docentric AX Extension and Docentric AX SSRS Replicas models with the same or a higher version.

How to import a project: In Visual Studio, click Dynamics 365 > Import Project� button and select the axpp file you want to import.
Learn more: https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/projects

(2) How to delete the 'Docentric AX CBD Replicas' model
cd C:\AOSService\PackagesLocalDirectory\Bin
modelutil -delete -metadatastorepath="C:\AOSService\PackagesLocalDirectory" -modelname="Docentric AX CBD Replicas"

Learn more: https://ax.docentric.com/d365-how-to-manuals/d365-installation/d365-installation-via-models/d365-how-to-remove-docentric-ax-models/
